home *** CD-ROM | disk | FTP | other *** search
/ MacUser Mac Bin 28 / MACUSER-MACBIN28A-1996-03.ISO.7z / MACUSER-MACBIN28A-1996-03.ISO / Demo / MachTen 4.0.2 Demo / X Window Software / X11R5 / man / mann / bdftopcf.0 < prev    next >
Text File  |  1995-06-30  |  3KB  |  127 lines

  1. NAME
  2.        bdftopcf - convert font from Bitmap Distribution Format to
  3.        Portable Compiled Format
  4.  
  5. SYNOPSIS
  6.        bdftopcf [-option ...] font-file.bdf
  7.  
  8. DESCRIPTION
  9.        Bdftopcf  is  the  release  5  font  compiler.   Fonts  in
  10.        Portable  Compiled Format can be read by any architecture,
  11.        although the file is structured to  allow  one  particular
  12.        architecture  to  read them directly without reformatting.
  13.        This allows fast reading on the appropriate  machine,  but
  14.        the  files  are  still  portable (but read more slowly) on
  15.        other machines.
  16.  
  17. OPTIONS
  18.        -pn     Sets the font glyph padding.  Each  glyph  in  the
  19.                font will have each scanline padded in to a multi-
  20.                ple of n bytes, where n is 1, 2, 4 or 8.
  21.  
  22.        -un     Sets the font scanline unit.  When  the  font  bit
  23.                order  is  different from the font byte order, the
  24.                scanline unit n describes what unit  of  data  (in
  25.                bytes)  are  to be swapped; the unit i can be 1, 2
  26.                or 4 bytes.
  27.  
  28.        -m      Sets the font bit order to MSB  (most  significant
  29.                bit) first.  Bits for each glyph will be placed in
  30.                this order; i.e. the left most bit on  the  screen
  31.                will be in the highest valued bit in each unit.
  32.  
  33.        -l      Sets  the font bit order to LSB (least significant
  34.                bit) first.  The left most bit on the screen  will
  35.                be in the lowest valued bit in each unit.
  36.  
  37.        -M      Sets the font byte order to MSB first.  All multi-
  38.                byte data in the file (metrics, bitmaps and every-
  39.                thing  else) will be written most significant byte
  40.                first.
  41.  
  42.        -L      Sets the font byte order to LSB first.  All multi-
  43.                byte data in the file (metrics, bitmaps and every-
  44.                thing else) will be written least significant byte
  45.                first.
  46.  
  47.        -t      When  this option is specified, bdftopcf will con-
  48.                vert fonts into "terminal" fonts when possible.  A
  49.                terminal  font  has each glyph image padded to the
  50.                same size; the X server can usually  render  these
  51.                types of fonts more quickly.
  52.  
  53.        -i      This option inhibits the normal computation of ink
  54.                metrics.  When a font has glyph  images  which  do
  55.  
  56.  
  57.  
  58. X Version 11                Release 5                           1
  59.  
  60.  
  61.  
  62.  
  63.  
  64. BDFTOPCF(1)                                           BDFTOPCF(1)
  65.  
  66.  
  67.                not  fill  the  bitmap image (i.e. the "on" pixels
  68.                don't extend to the edges of the metrics) bdftopcf
  69.                computes the actual ink metrics and places them in
  70.                the  .pcf  file;  the  -t  option  inhibits   this
  71.                behaviour.
  72.  
  73.        -o <output-file-name>
  74.                By  default  bdftopcf writes the pcf file to stan-
  75.                dard output; this option gives the name of a  file
  76.                to be used instead.
  77.  
  78. SEE ALSO
  79.        X(1)
  80.  
  81. COPYRIGHT
  82.        Copyright 1991, Massachusetts Institute of Technology.
  83.        See X(1) for a full statement of rights and permissions.
  84.  
  85. AUTHOR
  86.        Keith Packard, MIT X Consortium
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124. X Version 11                Release 5                           2
  125.  
  126.  
  127.